@media only screen and (max-width: 1330px) {
    .product_relevant .swiper-button-next, .product_relevant .swiper-button-prev{display:none;}
    .about_honor .swiper-button-next, .about_honor .swiper-button-prev{display:none;}
}

@media only screen and (max-width: 1200px) {
    /*index*/
    .kj-navbar .navbar-nav .li-kj-nav-procata{display:none;}

    /**修改表单在ipd竖屏时可以有滚动条 **/
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive > .table {
        margin-bottom: 0
    }
    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap
    }
    .table-responsive > .table-bordered {
        border: 0
    }
    .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }
    .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }

}
@media only screen and (max-width: 1130px) {

}
@media only screen and (max-width: 1024px) {
    body{padding-bottom:44px;}
    .phone_footer_nav{display:block;}

    /*header*/
    .header_logo_search .tel_box{display:none;}

    /*导航栏*/
    .kj-navbar .navbar-nav li a{margin-left:0;margin-right:35px;}

    /*float*/
    .float_box{display:none;}

    /*index*/
    #banner-swiper .swiper-wrapper .img_btn{height:220px;}
    .index_fast_link .item_list a span{font-size:13px;}

    /*产品列表*/
    .product_list_ul li .kj-table{margin:0;}
    .product_list_ul2 li .kj-table{margin:0;}
    .product_list_ul li .pro_description .right_info{flex:0 0 100%;width:100%;margin-left:0;}
    .product_list_ul li .pro_description .right_info .basic_text{width:100%;margin-right:0;}


    /*产品详情*/
    .product_info_details{flex-wrap:wrap;}
    .product_info_details .right_box{width:100%;}
    .pro_slide_box .nav li a{width:auto;padding:0 15px;}

    /*品牌列表*/
    .brand_list_ul li{width:calc((100% - 90px)/6);}
    .brand_list_ul li:nth-child(6n){margin-right:0;}
    .brand_list_ul li:nth-child(8n){margin-right:18px;}

    /*内页banner*/
    .page_banner{height:230px;}
    .page_banner .container{height:230px;}
    .about_box .about_left .about_text img{width:auto !important;height:auto !important;}

    /*联系我们*/
    .contact_us_box{flex-wrap: wrap;}
    .contact_us_box .contact_left{flex:0 0 100%;margin-bottom:20px;}
    .contact_us_box .contact_right{width:100%;}

}
@media only screen and (max-width: 1020px) {   
    /*header*/
    .header_logo_search .code_box{display:none;}
    .kj-navbar .navbar-nav > li > a{font-size:14px;}
    .header_top_baseInfo .header_left{display:none !important;}

    /*footer*/
    .footer_box{display:none;}

    /*index*/
    .index_fast_link .item_list{width:calc((100% - 18px)/2);margin-bottom:18px;}
    .index_fast_link .item_list:nth-child(2n){margin-right:0;}
    .index_fast_link .item_list a span{font-size:15px;}
    .index_floor_pro_box .pro_content .pro_left{display:none;}
    .index_floor_pro_box .pro_content .tab-content{width:100%;}

    /*产品详情*/
    .product_info_details .left_box{margin-bottom:20px;}
    .page_des_box{margin-top:30px;}
    .product_base_info .pro_info_box{flex:100%;margin-top:15px;}
    .product_base_info .info_box{width:100%;margin-left:0;padding-left:0;margin-top:20px;}
    .product_base_info .info_box .btn_box a{width:140px;}
    .product_base_info_3 .pro_info_box{flex:0 0 100%;margin-top:20px;}

    /*新闻列表*/
    .news_list_box .news_list li{flex-wrap: wrap;}
    .news_list_box .news_list li .img_btn{margin-right:0;margin-bottom:20px;}
    .news_list_box .news_list li .right{width:100%;}

    /*关于我们*/
    .about_box{flex-wrap: wrap;}
    .about_box .about_left{flex:0 0 100%;padding:0;margin-bottom:20px;}
    .about_box .about_right{width:100%;}



}

@media only screen and (max-width: 767px) {
    /**修改表单 **/
   .table-responsive{border:0;}
    /*顶部基本信息展示*/
    .header_top_baseInfo{display:none;}
    /*顶部logo及搜索*/
    .header_logo_search{display:none;}

    /*header*/
    .kj-navbar{width:100%;background:#fff;border-bottom:2px solid #009c9a;}
    .kj-navbar .navbar-header{display:block;padding:0 15px;}
    .kj-navbar .navbar-header .navbar-brand{padding:0;}
    .kj-navbar .navbar-header .navbar-brand img{max-height:36px;margin-top:7px;}
    .kj-navbar .navbar-header .navbar-toggle{border:0;margin-right:0;}
    .kj-navbar .navbar-header .navbar-toggle .icon-bar{background-color:#666;}
    .kj-navbar .navbar-header .btn-search-toggle{float:right;margin-top:9px;background:#fff;line-height:30px;padding:0;margin-right:10px;color:#666;font-size:16px;}
    .kj-navbar .navbar-nav{margin:0;flex-wrap:wrap;}
    .kj-navbar .navbar-nav > li{flex:100%;}
    .kj-navbar .navbar-nav li a{margin-right:0;text-align:center;}
    .kj-navbar .navbar-nav li.active a{color:#009c9a;}
    .kj-navbar .navbar-nav li{border-top:1px dotted #dedede;}
    .kj-navbar .navbar-nav li.li-kj-nav-procata{display:none;}
    .kj-navbar .navbar-nav li a{color:#333;}
    .kj-navbar .language_btn{width:100%;border-radius:0;}

    /*index*/
    #banner-swiper{margin:0;}
    #banner-swiper .swiper-wrapper .img_btn{height:100px;}
    .index_fast_link .item_list{width:100%;margin-right:0;height:160px;}
    .index_fast_link .item_list a b{font-size:20px;}
    .index_floor_pro_box{margin-top:0;}
    .index_floor_pro_box .header_box{flex-wrap: wrap;}
    .index_floor_pro_box .header_box ul{width:100%;}
    .index_floor_pro_box .header_box ul li a{height:32px;line-height:32px;font-size:14px;width:auto;padding:0 12px;}
    .index_floor_pro_box .header_box .more_btn{display:none;}
    .index_floor_pro_box .pro_content ul li{width:50%;}
    .index_floor_pro_box .pro_content ul li:nth-child(2n){border-right:0;}

    /*产品列表*/
    .product_list_ul2 li .pro_description .right_info{flex:0 0 100%;width:100%;order:2;}
    .product_list_ul2 li .pro_description .img_btn{order:1;}
    .product_list_ul2 li .pro_description .right_info .basic_text{width:100%;margin-right:0;}

    /*产品详情*/
    .product_info_details .left_box{margin-right:0;}
    .product_info_details .right_box .info_box .list{flex:0 0 100%;}
    .product_info_details .right_box .footer_btn{flex-wrap: wrap;}
    .product_info_details .right_box .footer_btn .tel{line-height:24px;}
    .product_info_details .right_box .footer_btn .tel span{display:block;}
    .product_info_details .right_box .footer_btn .btn_box{margin-top:15px;}
    .product_info_details .right_box .footer_btn .btn_box .collect_btn{margin-right:15px;}
    .product_info_details .right_box .footer_btn .btn_box .service_btn{margin-right:15px;}
    .product_info_details .right_box .footer_btn .btn_box .car_btn{width:110px;margin:0;}
    .pro_slide_box{margin-top:25px;}
    .pro_slide_box .nav{flex-wrap: wrap;}
    .pro_slide_box .nav-tabs > li{width:100%;}
    .pro_slide_box .nav li{margin-right:0;margin-top:1px;}
    .pro_slide_box .nav li a{margin-right:0;border-radius:0;}
    .product_relevant .img_btn{height:180px;}
    .product_base_info .info_box .base_info .item .select_btn a{margin-bottom:5px;}
    .product_base_info_3 .pro_info_box h1{font-size:22px;padding:8px 0;}
    .product_base_info_3 .pro_image_box{width:100%;margin-right:0;}
    .product_info_details .right_box .pro_title h1{font-size:20px;line-height:30px;}

    /*品牌列表*/
    .brand_btn{flex-wrap: wrap;border-bottom:0;}
    .brand_btn a{width:calc((100% - 24px)/3);margin-bottom:3px;}
    .brand_btn a:nth-child(3n){margin-right:0;}
    .brand_btn a:after{bottom:0;}
    .brand_list_ul li{width:calc((100% - 18px)/2);}
    .brand_list_ul li:nth-child(2n){margin-right:0;}

    /*文章*/
    .article_box{flex-wrap: wrap;margin-bottom:20px;}
    .article_box .article_left{width:100%;margin-right:0;}
    .article_box .article_right{width:100%;}

    /*新闻*/
    .news_list_box .news_list li .right .name_btn{font-size:20px;margin:0;}
    .news_list_box .news_list li .right .info{height:auto;margin-bottom:25px;}
    .kj_news{padding:15px;}
    .kj_news .kj_news_inner .info_text{font-size:12px;line-height:18px;}
    .kj_news .kj_news_inner .kj_news_title a{font-size:14px;}
    .kj_news .kj_news_inner .kj_news_title .time{font-size:12px;}

    /*内页banner*/
    .page_banner{height:100px;}
    .page_banner .container{height:100px;}
    .page_banner h1{font-size:20px;line-height:40px;}
    .page_banner h6{font-size:14px;}

    .page_nav .container{flex-wrap: wrap;}
    .page_nav .page_map{padding-top:10px;}
    .page_nav .btn_box{justify-content:center;width:100%;}
    .page_nav .btn_box a{padding:0 15px;font-size:15px;height:42px;line-height:42px;}

    /*关于我们*/
    .about_box{margin:0;}
    .about_box .about_left h1{font-size:20px;}
    .about_honor h1{font-size:20px;margin:20px 0;}

    /*联系我们*/
    .contact_us_box{margin:0;}
    .contact_us_box .contact_left h1{font-size:20px;}
    .contact_us_box .contact_left .info_box{margin-top:15px;}

}
